home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3propwin2.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_PROPWIN2_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_PROPWIN2 = 1749;
-
-
-
-
- // Description: Register property gadget.
- // Returns: Boolean, true if succeeded
- // p1: Integer, models class id
- // p2: Integer, gadget class id
-
- R3PROPWI2CM_REGISTERGADGET = 1749000;
-
- function mR3PROPWI2CM_REGISTERGADGET(p1, p2) {
- return DoA3(this.r3obj, 1749000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Attach the window to hierarchical r3objlay model.
-
- R3PROPWIN2M_ADDDEPENDANTS = 1749001;
-
- function mR3PROPWIN2M_ADDDEPENDANTS() {
- DoA(this.r3obj, 1749001, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Detach the window from the models
-
- R3PROPWIN2M_REMOVEDEPENDANTS = 1749002;
-
- function mR3PROPWIN2M_REMOVEDEPENDANTS() {
- DoA(this.r3obj, 1749002, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Propwin2 () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PROPWIN2, arguments);
- }
- // Methods
- this.REGISTERGADGET=mR3PROPWI2CM_REGISTERGADGET;
- this.ADDDEPENDANTS=mR3PROPWIN2M_ADDDEPENDANTS;
- this.REMOVEDEPENDANTS=mR3PROPWIN2M_REMOVEDEPENDANTS;
-
- // Attributes
- }
-
- r3Propwin2.prototype=new r3Window;
- // r3propwin2.h_H